func text/template.jsIsSpecial

3 uses

	text/template (current package)
		funcs.go#L683: 		if !jsIsSpecial(rune(c)) {
		funcs.go#L731: 	if strings.IndexFunc(s, jsIsSpecial) < 0 {
		funcs.go#L739: func jsIsSpecial(r rune) bool {